func testing.newChattyPrinter

5 uses

	testing (current package)
		benchmark.go#L557: 		main.chatty = newChattyPrinter(main.w)
		fuzz.go#L485: 		root.chatty = newChattyPrinter(root.w)
		fuzz.go#L550: 		root.chatty = newChattyPrinter(root.w)
		testing.go#L448: func newChattyPrinter(w io.Writer) *chattyPrinter {
		testing.go#L1835: 				t.chatty = newChattyPrinter(t.w)